@charset "utf-8";
/*CSS Document*/

.mp_header .logo,
.mp_header .search_box,
.mp_header .yz_list {
	float: left;
}
.mp_header {
	padding: 17px 0;
}
.mp_header .logo {
	width: 271px;
	height: 66px;
	margin-right: 55px;
}
.logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.mp_header .search_box {
	width: 425px;
	margin-right: 55px;
}
.search_box .form {
	width: 100%;
}
.form input {
	width: 350px;
	height: 33px;
	border: 1px solid #0084ff;
	font-size: 14px;
	line-height: 33px;
	color: #666;
	background: #fff;
	border-radius: 5px;
	padding-left: 7px;
}
.form .submitBtn{
    width: 66px;
    height: 35px;
}
.submitBtn img{
	display: block;
	width: 100%;
	height: 100%;
}

.search_box .rupt_box {
	padding-top: 10px;
}
.rupt_box .left,.rupt_box .rzpt_list{
	float: left;
}
.rupt_box .left{
	width: 80px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #5e5e5e;
}
.rzpt_list li{
	float: left;
    height: 18px;
    font-size: 12px;
    padding: 0 4px;
    line-height: 18px;
    border: 1px solid #c4c4c4;
    margin-right: 13px;
}
.rzpt_list li:last-child{
	margin-right: 0;
}
.rzpt_list li a{
	color: #333;
}

.mp_header .yz_list{
	width: 175px;
	padding-top: 15px;
}
.yz_list li{
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	cursor: pointer;
}
.yz_list li a{
	display: block;
	width: 100%;
}
.yz_list .a1{
	background: url(../images/r_a01.png) no-repeat center center / cover;
}
.yz_list .a2{
	background: url(../images/r_b01.png) no-repeat center center / cover;
}
.yz_list .a3{
	background: url(../images/r_c01.png) no-repeat center center / cover;
}
.yz_list .a4{
	margin-right: 0;
	background: url(../images/r_d01.png) no-repeat center center / cover;
	position: relative;
}
.yz_list .a4 .ewmbox{
	width: 110px;
	height: 110px;
	background: url(../images/ewm20181109.png) no-repeat center center / cover;
	position: absolute;
	top: 0;
	left: 36px;
	display: none;
}
.yz_list .a1:hover{
	background: url(../images/r_a02.png) no-repeat center center / cover;
}
.yz_list .a2:hover{
	background: url(../images/r_b02.png) no-repeat center center / cover;
}
.yz_list .a3:hover{
	background: url(../images/r_c02.png) no-repeat center center / cover;
}
.yz_list .a4:hover{
	background: url(../images/r_d02.png) no-repeat center center / cover;
}
.yz_list .a4:hover .ewmbox{
	display: block;
}

/*footer*/
.footer {
	background: #fff;
	border-top: 4px solid #0084ff;
	padding: 10px 0 20px;
	margin-top: 40px;
}

.footer>p {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 5px auto;
}
.footer>p a{
	color: #333;
}
.footer>p a:hover{
	color: #FF6400;
}
.footerlink {
	width: 100%;
}
.widthMain {
	width: 1000px;
	margin: 0 auto;display:flex;justify-content: center;
}

.foot_link {
	display: flex;
position: relative;
}

.foot_link {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);
}
.foot_link span{
	display: block;
	padding: 0 12px;
	margin-top: 12px;
}
.foot_link a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.foot_link a:hover{
	color: #FF6400;
}
.foot_link i {
	width: 1px;
	height: 14px;
	background: #333;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}
.foot_link:last-child i {
	display: none;
}
.mp_footer .wzdt{
	text-align:center; 
	line-height:2em;
}
.mp_footer .wzdt a{
	color: #333;
}
.mp_footer .wzdt a:hover{
	color: #FF6400;
}
.mp_footer .footer_img{
	text-align:center; 
	padding-bottom:15px;
}











